*** empty log message ***
authorJohn Paul Wallington <jpw@pobox.com>
Fri, 24 Jan 2003 04:54:17 +0000 (04:54 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Fri, 24 Jan 2003 04:54:17 +0000 (04:54 +0000)
lisp/ChangeLog

index 6e11cb53afb25cbc0cfb0522b44c01903eeadc21..eff8febd1c1e473523a82ddb9c41c5b00c471594 100644 (file)
@@ -1,3 +1,21 @@
+2003-01-24  John Paul Wallington  <jpw@gnu.org>
+
+       * ibuffer.el (ibuffer-window-list): Remove.
+       (ibuffer-confirm-operation-on): Use `window-list' instead.
+       (ibuffer-load-hook): New customizable variable.
+       (toplevel): Run it.
+       (ibuffer-customize): New command.
+       (ibuffer-mode-map): Bind it.
+       (ibuffer-mode-map): Add menu seperator in View>Sort menu.
+       (ibuffer-mode): Tidy.
+       (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
+       (ibuffer-default-directory, ibuffer-default-sorting-mode)
+       (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
+       (ibuffer-map-lines): Doc fixes.
+
+       * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
+       filenames.  Use `kill-new'.
+
 2003-01-23  Dave Love  <fx@gnu.org>
 
        * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie